Package io.getstream.chat.android.models
Class VideoCallToken
-
- All Implemented Interfaces:
@Deprecated(message = "This third-party library integration is deprecated. Contact the support team for more information.", level = DeprecationLevel.WARNING)@Immutable() public final class VideoCallToken
A call token that is used in currently available video call integrations.
-
-
Constructor Summary
Constructors Constructor Description VideoCallToken(String token, Integer agoraUid, String agoraAppId)
-
Method Summary
Modifier and Type Method Description final StringgetToken()An available call token. final IntegergetAgoraUid()The Uid of Agora. final StringgetAgoraAppId()The App Id of Agora. -
-
Method Detail
-
getAgoraUid
final Integer getAgoraUid()
The Uid of Agora.
-
getAgoraAppId
final String getAgoraAppId()
The App Id of Agora.
-
-
-
-