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