Invitation Bundle
Constructs an invitation using raw values.
Parameters
inviter's ID, it has to contain a non-null value to be valid
inviter's name, it can contain a null value
inviter's external ID, it can contain a null value
ID of the conference, it has to contain a non-null value to be valid
URL of the inviter's avatar, it can contain a null value
Constructs an invitation using raw values.
Parameters
inviter's ID, it has to contain a non-null value to be valid
inviter's name, it can contain a null value
inviter's external ID, it can contain a null value
ID of the conference, it has to contain a non-null value to be valid
URL of the inviter's avatar, it can contain a null value
Optional alias of the conference
Constructs an invitation using a native Bundle. Refer to the Constants for the available keys.
Parameters
Bundle, any null Bundle will trigger an exception
Construct an invitation from a Map. Refer to the Constants for the available keys.
Parameters
The remote message. must be non-null, Any null Map will trigger an exception