dial_videocall 0.0.6
dial_videocall: ^0.0.6 copied to clipboard
Dial VideoCall dependencies is a dependency that use OpenVidu video call service built on Flutter. This dependency run on both iOS and Android.
0.0.6 8 September 2021 #
- Fixes:
- Move check session & send signal ready to call after connect websocket.
0.0.5 8 September 2021 #
- Improvements:
- Added dialog on some call ended case.
- Fixes:
- Added exception handling on some function.
- Added timeout exception to limit execution time.
0.0.4 3 September 2021 #
- Improvements:
- Updated WebRTC and HTML dependencies.
- Fixes:
- Fixed an issue dependencies conflict caused by
permission_handler, removed to handle manually outside library.
- Fixed an issue dependencies conflict caused by
0.0.3 2 September 2021 #
-
New:
- Added new method
askForPermission();to ensure and ask user to allow camera and microphone permission.
- Added new method
-
Improvements:
- Added new method call
this.onSelfEvict(participantId);onJsonConstants.participantLeftsignal to handle web session disconnect without sending signal to mobile session. - Added some minor documentation.
- Added new method call
0.0.2 11 August 2021 #
-
New:
- Added new optional parameter
callerNameinstartVideoCall()andstartVideoCallDev()to define caller name. If it empty the caller name would be set fromsessionFrom.
- Added new optional parameter
-
Improvements:
- Added message handling on
INCOMING_CALLsignal which set the call UI state to Incoming Call. Previously, the call UI state to Incoming Call handled onCALL_REQUESTsignal. - Added some minor documentation.
- Added message handling on
-
Fixes:
- Fixed an error
SDP_END_POINT_ALREADY_NEGOTIATEDwhich caused by_createLocalOffer()onconnect()method.
- Fixed an error
0.0.1 09 August 2021 #
- Initial release.