IVSParticipantPublishState
Objective-C
enum IVSParticipantPublishState : NSUInteger {}Swift
enum IVSParticipantPublishState : UInt, @unchecked SendableThe various potential publish states for a participant
- 
                  
                  The participant is not publishing and not attempting to publish DeclarationObjective-C IVSParticipantPublishStateNotPublishedSwift case notPublished = 0
- 
                  
                  The participant is attempting to publish DeclarationObjective-C IVSParticipantPublishStateAttemptingPublishSwift case attemptingPublish = 1
- 
                  
                  The participant is publishing DeclarationObjective-C IVSParticipantPublishStatePublishedSwift case published = 2
 IVSParticipantPublishState Enumeration Reference
        IVSParticipantPublishState Enumeration Reference