interface ICallNotifyContent {
    application: string;
    call_id: string;
    m.mentions: IMentions;
    notify_type: CallNotifyType;
}

Properties

application: string
call_id: string
m.mentions: IMentions
notify_type: CallNotifyType