-
- All Implemented Interfaces:
public final class ZoomCCContext
Initializes the SDK's context parameters. This class contains configuration information.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
userName
-
Constructor Summary
Constructors Constructor Description ZoomCCContext(String userName)
-
Method Summary
Modifier and Type Method Description final String
getUserName()
The username to be displayed on the chat or video screen. -
-
Method Detail
-
getUserName
final String getUserName()
The username to be displayed on the chat or video screen.
-
-
-
-