| 946 | } |
| 947 | |
| 948 | rpl::producer<Call*> Instance::currentCallValue() const { |
| 949 | return _currentCallChanges.events_starting_with(currentCall()); |
| 950 | } |
| 951 | |
| 952 | GroupCall *Instance::currentGroupCall() const { |
| 953 | return _currentGroupCall.get(); |
no outgoing calls
no test coverage detected