UNPKG

wildfire-im-sdk

Version:
9 lines (8 loc) 273 B
export default class JoinCallRequestMessageContent extends MessageContent { constructor(callId: any, clientId: any); callId: any; clientId: any; digest(): string; decode(payload: any): void; } import MessageContent from '../../messages/messageContent';