teleproto - v1.229.0
    Preparing search index...

    Interface PhoneJoinGroupCallParams

    interface PhoneJoinGroupCallParams {
        block?: bytes;
        call: TypeInputGroupCallIn;
        inviteHash?: string;
        joinAs: EntityLike;
        muted?: boolean;
        params: DataJSONIn;
        publicKey?: BigInteger;
        videoStopped?: boolean;
    }
    Index
    block?: bytes

    The block containing an appropriate e2e.chain.changeSetGroupState event .

    The group call

    inviteHash?: string

    The invitation hash from the invite link » , if provided allows speaking in a livestream or muted group chat.

    joinAs: EntityLike

    Join the group call, presenting yourself as the specified user/channel

    muted?: boolean

    If set, the user will be muted by default upon joining.

    params: DataJSONIn

    WebRTC parameters

    publicKey?: BigInteger

    For conference calls, your public key.

    videoStopped?: boolean

    If set, the user's video will be disabled by default upon joining.