Interface StartGroupCallScreenSharing

Starts screen sharing in a joined group call. Returns join response payload for tgcalls. Request type for Tdjson#startGroupCallScreenSharing.

interface StartGroupCallScreenSharing {
    @type: "startGroupCallScreenSharing";
    audio_source_id: number;
    group_call_id: number;
    payload: string;
}

Properties

@type: "startGroupCallScreenSharing"
audio_source_id: number

Screen sharing audio channel synchronization source identifier; received from tgcalls.

group_call_id: number

Group call identifier.

payload: string

Group call join payload; received from tgcalls.