videosdk-rtc-flutter-sdk-example icon indicating copy to clipboard operation
videosdk-rtc-flutter-sdk-example copied to clipboard

Audio output coming from earpiece

Open Sangam3798 opened this issue 10 months ago • 0 comments

after joining call by default audio is coming from earpiece not from speaker?

I joined a call and i am not connected to any other external audio output device and every time i am getting audio from earpiece not from speaker.

below is the sample code :
Room room = VideoSDK.createRoom( roomId: GroupSharingApi.instance.meetingId, token: GroupSharingApi.instance.videoSDKToken, displayName: '${_profile.firstName} ${_profile.lastName}', micEnabled: widget.micEnabled, camEnabled: widget.camEnabled, maxResolution: 'hd', multiStream: false, participantId: _userId, defaultCameraIndex: 1, notification: const NotificationInfo( title: "Video SDK", message: "Video SDK is sharing screen in the meeting", icon: "notification_share", // drawable icon name ), );

Sangam3798 avatar Apr 07 '24 05:04 Sangam3798