matrix-js-sdk

    Interface IGroupCallRoomMemberDevice

    interface IGroupCallRoomMemberDevice {
        device_id: string;
        expires_ts: number;
        feeds: IGroupCallRoomMemberFeed[];
        session_id: string;
    }
    Index

    Properties

    device_id: string
    expires_ts: number
    session_id: string
    MMNEPVFCICPMFPCPTTAAATR