Interface RoomData

Hierarchy

  • RoomData

Properties

ice: {
    urls: string;
}[]
owner: string
participants: []
record: boolean
room: string
server: {
    http: string;
    https: string;
    ws: string;
    wss: string;
}[]
sipUri: string
token: string
uuid: string

Generated using TypeDoc