export interface TelemedJoinMeetingParams {
    encounterId: string;
    anonymous?: boolean;
}
