teleproto - v1.229.0
    Preparing search index...

    Interface PhoneEditGroupCallParticipantParams

    interface PhoneEditGroupCallParticipantParams {
        call: TypeInputGroupCallIn;
        muted?: boolean;
        participant: EntityLike;
        presentationPaused?: boolean;
        raiseHand?: boolean;
        videoPaused?: boolean;
        videoStopped?: boolean;
        volume?: number;
    }
    Index

    The group call

    muted?: boolean

    Whether to mute or unmute the specified participant

    participant: EntityLike

    The group call participant (can also be the user itself)

    presentationPaused?: boolean

    Pause or resume the screen sharing stream

    raiseHand?: boolean

    Raise or lower hand

    videoPaused?: boolean

    Pause or resume the video stream

    videoStopped?: boolean

    Start or stop the video stream

    volume?: number

    New volume