mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
isLiveKitParticipantAvailable
This commit is contained in:
@@ -224,7 +224,7 @@ abstract class BaseMediaViewModel extends ViewModel {
|
|||||||
*/
|
*/
|
||||||
public readonly unencryptedWarning: Observable<boolean>;
|
public readonly unencryptedWarning: Observable<boolean>;
|
||||||
|
|
||||||
public readonly isRTCParticipantAvailable: Observable<boolean> =
|
public readonly isLiveKitParticipantAvailable: Observable<boolean> =
|
||||||
this.participant.pipe(map((p) => !!p));
|
this.participant.pipe(map((p) => !!p));
|
||||||
|
|
||||||
public readonly encryptionStatus: Observable<EncryptionStatus>;
|
public readonly encryptionStatus: Observable<EncryptionStatus>;
|
||||||
|
|||||||
Reference in New Issue
Block a user