Type Alias MeetingsGetMeetingInvitationResponse

MeetingsGetMeetingInvitationResponse: {
    invitation?: string;
    sip_links?: string[];
}