We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc8b0e commit 1c8e420Copy full SHA for 1c8e420
src/classes/Channel.ts
@@ -802,7 +802,7 @@ export class Channel {
802
* @param recipients Ring targets
803
* @returns LiveKit URL and Token
804
*/
805
- async joinCall(node = undefined, forceDisconnect = true, recipients: (User | string)[]) {
+ async joinCall(node?: string, forceDisconnect = true, recipients: (User | string)[] = []) {
806
return await this.#collection.client.api.post(
807
`/channels/${this.id as ''}/join_call`, {
808
node,
0 commit comments