You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
unintentional comment
This commit is contained in:
@@ -1525,9 +1525,6 @@ export class MatrixCall extends EventEmitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Transfers this call to another user
|
|
||||||
*/
|
|
||||||
async transfer(targetUserId: string, targetRoomId?: string) {
|
async transfer(targetUserId: string, targetRoomId?: string) {
|
||||||
// Fetch the target user's global profile info: their room avatar / displayname
|
// Fetch the target user's global profile info: their room avatar / displayname
|
||||||
// could be different in whatever room we shae with them.
|
// could be different in whatever room we shae with them.
|
||||||
|
|||||||
Reference in New Issue
Block a user