Call - v26.1.0
    Preparing search index...

    Interface INCCallUser

    User information during a call

    interface INCCallUser {
        userId: string;
        userState: NCCallUserState;
        isCameraEnabled: boolean;
        isMicrophoneEnabled: boolean;
    }
    Index

    Properties

    userId: string

    User ID

    userState: NCCallUserState

    User state in this call

    isCameraEnabled: boolean

    Whether camera is on

    isMicrophoneEnabled: boolean

    Whether microphone is on