Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.SharingStatus Enum Reference

Enumeration of sharing status. More...

Data Fields

 Sharing_Status_None
 
 Sharing_Self_Send_Begin
 
 Sharing_Self_Send_End
 
 Sharing_Other_Share_Begin
 
 Sharing_Other_Share_End
 
 Sharing_View_Other_Sharing
 
 Sharing_Pause
 
 Sharing_Resume
 
 Sharing_OtherPureAudioShareStart
 
 Sharing_OtherPureAudioShareStop
 

Detailed Description

Enumeration of sharing status.

Definition at line 6 of file SharingStatus.java.

Field Documentation

◆ Sharing_Other_Share_Begin

us.zoom.sdk.SharingStatus.Sharing_Other_Share_Begin

Other user begins the share.

Definition at line 14 of file SharingStatus.java.

◆ Sharing_Other_Share_End

us.zoom.sdk.SharingStatus.Sharing_Other_Share_End

Other user ends the share.

Definition at line 16 of file SharingStatus.java.

◆ Sharing_OtherPureAudioShareStart

us.zoom.sdk.SharingStatus.Sharing_OtherPureAudioShareStart

Other user begins to share the sounds of computer audio.

Definition at line 24 of file SharingStatus.java.

◆ Sharing_OtherPureAudioShareStop

us.zoom.sdk.SharingStatus.Sharing_OtherPureAudioShareStop

Other user stops sharing the sounds of computer audio.

Definition at line 27 of file SharingStatus.java.

◆ Sharing_Pause

us.zoom.sdk.SharingStatus.Sharing_Pause

The share is paused.

Definition at line 20 of file SharingStatus.java.

◆ Sharing_Resume

us.zoom.sdk.SharingStatus.Sharing_Resume

The share is resumed.

Definition at line 22 of file SharingStatus.java.

◆ Sharing_Self_Send_Begin

us.zoom.sdk.SharingStatus.Sharing_Self_Send_Begin

The current user begins the share.

Definition at line 10 of file SharingStatus.java.

◆ Sharing_Self_Send_End

us.zoom.sdk.SharingStatus.Sharing_Self_Send_End

The current user ends the share.

Definition at line 12 of file SharingStatus.java.

◆ Sharing_Status_None

us.zoom.sdk.SharingStatus.Sharing_Status_None

For initialization.

Definition at line 8 of file SharingStatus.java.

◆ Sharing_View_Other_Sharing

us.zoom.sdk.SharingStatus.Sharing_View_Other_Sharing

The current user is viewing the share by others.

Definition at line 18 of file SharingStatus.java.