toJson method

Map<String, Object?> toJson()

Returns a representation of this object as a JSON object.

Implementation

Map<String, Object?> toJson() => {
      "conferenceAccessToken": conferenceAccessToken,
      "maxVideoForwarding": maxVideoForwarding,
      "videoForwardingStrategy": videoForwardingStrategy?.encode(),
      "spatialAudio": spatialAudio,
    };