fix: add name to AudioPublishOptions. (#302)
* fix: add name to AudioPublishOptions. * remove name for Track. * remove name for Track. * update. * fix flutter analyzer. * update. * add Deprecated declaration for Track.name. * update.
This commit is contained in:
@@ -145,6 +145,8 @@ class _ConnectPageState extends State<ConnectPage> {
|
||||
roomOptions: RoomOptions(
|
||||
adaptiveStream: _adaptiveStream,
|
||||
dynacast: _dynacast,
|
||||
defaultAudioPublishOptions:
|
||||
const AudioPublishOptions(name: 'custom_audio_track_name'),
|
||||
defaultVideoPublishOptions: VideoPublishOptions(
|
||||
simulcast: _simulcast,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user