hasActiveCall method

  1. @Deprecated('Call `hasActiveGroupCall` on the room directly instead')
bool hasActiveCall(
  1. Room room
)

Implementation

@Deprecated('Call `hasActiveGroupCall` on the room directly instead')
bool hasActiveCall(Room room) => room.hasActiveGroupCall;