Skip to content

Issue with order in parameters in sendConferenceEmailInvitations() function #9

Description

@JanKolo04

I encountered issue with function sendConferenceEmailInvitations() in this function is wrong order with parameters because Required parameter is after Optional.

This function is in 226 line

Solution:

public function sendConferenceEmailInvitations($room_id, $params, $lang = 'en')
{
    return $this->sendRequest('POST', 'conferences/'.$room_id.'/invitation/email/'.$lang, $params);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions