| 954 | } |
| 955 | |
| 956 | rpl::producer<GroupCall*> Instance::currentGroupCallValue() const { |
| 957 | return _currentGroupCallChanges.events_starting_with(currentGroupCall()); |
| 958 | } |
| 959 | |
| 960 | void Instance::requestPermissionsOrFail(Fn<void()> onSuccess, bool video) { |
| 961 | using Type = Platform::PermissionType; |
no outgoing calls
no test coverage detected