addStored abstract method
- WebStoredCall stored, {
- bool withAudio = true,
- bool withVideo = true,
- bool withScreen = false,
Transforms the provided WebStoredCall into an OngoingCall and adds it, if not already.
Implementation
Rx<OngoingCall> addStored(
WebStoredCall stored, {
bool withAudio = true,
bool withVideo = true,
bool withScreen = false,
});