MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / currentGroupCallValue

Method currentGroupCallValue

Telegram/SourceFiles/calls/calls_instance.cpp:956–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

MainWidgetMethod · 0.80
OverlayWidgetMethod · 0.80
InstanceMethod · 0.80
AddCameraSubsectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected