Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKSharingSourceInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
4 private long userID;
5 private long shareSourceID;
8 private boolean canBeRemoteControl;
9
11 this.userID = userID;
12 this.shareSourceID = shareSourceID;
13 this.status = status;
14 this.canBeRemoteControl = canBeRemoteControl;
15 this.contentType = contentType;
16 }
17
18 public long getUserID() {
19 return userID;
20 }
21
22 public long getShareSourceID() {
23 return shareSourceID;
24 }
25
27 return status;
28 }
29
30 public boolean canBeRemoteControl() {
31 return canBeRemoteControl;
32 }
33
37}
ZoomSDKSharingSourceInfo(long userID, long shareSourceID, SharingStatus status, MobileRTCShareContentType contentType, boolean canBeRemoteControl)
Enumeration of types of shared content.
Enumeration of sharing status.