VideoState

@objc
public enum VideoState : NSInteger

Represents the current state of connection between the client application’s video media, and the connection to a BlueJeans meeting.

  • Video is in active state

    Declaration

    Swift

    case active
  • Video is inactive since only one participant is present in meeting

    Declaration

    Swift

    case inactiveOnlyParticipant
  • Video is inactive since no one has shared any video

    Declaration

    Swift

    case inactiveNoOneHasVideo
  • Video is inactive since there are no moderator present in meeting

    Declaration

    Swift

    case inactiveNeedsModerator
  • Video is inactive since meeting is disconnected

    Declaration

    Swift

    case inactiveDisconnected