Used to invite a celebrity to the video/audio chat session using the token set by ParticipantAPI.setToken. Can reject with SDKError. If WT session is not available, rejects with SDKError with Errors.SESSION_NOT_FOUND code.
Arbitrary data(e.g. sync token, stream id and etc) that will be available in {@link Session.data}.
Used to check if celebrity is invited to the video/audio chat session using the token set by ParticipantAPI.setToken. Request is retried multiple times in case of network error. Can reject with SDKError.
Sets the level of ParticipantAPI log outputs.
Default is LogLevels.WARN.
Used to set auth token.
Watch together token used to connect to the video/audio chat session.
Used to uninvite a celebrity from the video/audio chat session using the token set by ParticipantAPI.setToken. Request is retried multiple times in case of network error. Can reject with SDKError.
ParticipantAPI is an interface for video/audio chat participant actions.