dial_videocall 0.0.6 copy "dial_videocall: ^0.0.6" to clipboard
dial_videocall: ^0.0.6 copied to clipboard

discontinued

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.

0.0.3 2 September 2021 #

  • New:

    • Added new method askForPermission(); to ensure and ask user to allow camera and microphone permission.
  • Improvements:

    • Added new method call this.onSelfEvict(participantId); on JsonConstants.participantLeft signal to handle web session disconnect without sending signal to mobile session.
    • Added some minor documentation.

0.0.2 11 August 2021 #

  • New:

    • Added new optional parameter callerName in startVideoCall() and startVideoCallDev() to define caller name. If it empty the caller name would be set from sessionFrom.
  • Improvements:

    • Added message handling on INCOMING_CALL signal which set the call UI state to Incoming Call. Previously, the call UI state to Incoming Call handled on CALL_REQUEST signal.
    • Added some minor documentation.
  • Fixes:

    • Fixed an error SDP_END_POINT_ALREADY_NEGOTIATED which caused by _createLocalOffer() on connect() method.

0.0.1 09 August 2021 #

  • Initial release.
0
likes
40
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Dial VideoCall dependencies is a dependency that use OpenVidu video call service built on Flutter. This dependency run on both iOS and Android.

Homepage

License

MIT (license)

Dependencies

flutter, flutter_webrtc, html

More

Packages that depend on dial_videocall