addStored abstract method

Rx<OngoingCall> addStored(
  1. WebStoredCall stored, {
  2. bool withAudio = true,
  3. bool withVideo = true,
  4. 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,
});