Video SDK for Android API Reference
Loading...
Searching...
No Matches
SubSessionUser.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface SubSessionUser {
7
12 String getUserName();
13
18 String getUserGUID();
19}
String getUserName()
Get the subsession user's username.
String getUserGUID()
Get the subsession user's GUID.