diff --git a/src/components/CallView/shared/VideoVue.vue b/src/components/CallView/shared/VideoVue.vue index 808b2d895a2..d5fc56d3ae7 100644 --- a/src/components/CallView/shared/VideoVue.vue +++ b/src/components/CallView/shared/VideoVue.vue @@ -390,7 +390,8 @@ export default { } // Fallback to CallController::getPeers() endpoint - if (this.peerData.actorType === ATTENDEE.ACTOR_TYPE.USERS) { + if (this.peerData.actorType === ATTENDEE.ACTOR_TYPE.USERS + || this.peerData.actorType === ATTENDEE.ACTOR_TYPE.FEDERATED_USERS) { return this.peerData.actorId }