dyte_core_ios 0.2.1 dyte_core_ios: ^0.2.1 copied to clipboard
iOS implementation of the dyte_core plugin
0.2.1 #
- Introduced stage methods with central stage APIs.
0.2.0+4 #
- FIX: removed depracated livestream/webinar methods.
0.2.0+3 #
- Update a dependency to the latest release.
0.2.0+2 #
- REFACTOR: made switchCamera() call synchronous.
0.2.0+1 #
- Updated
switchCamera()
, noDyteVideoDevice
argument required now.
0.2.0 #
- Added Livestream view support.
- Added stage management methods for livestream.
- Added host controls for livestream.
0.1.3+1 #
- Fix crash on
nil
VideoView on iOS.
0.1.3 #
- Added support for simulator.
- Updated
DyteiOSCore
to v0.5.0 - Handle nullability for
getSelectedAudioDevice()
andgetSelectedVideoDevice()
- Fix v1 meeting support.
0.1.2+1 #
- added reconnection APIs
- VideoView tear for ios fix
0.1.1+5 #
- Add plugins support
- Implemented host controls
- Implemented plugins
0.1.1+4 #
- Introduced Screenshare View support.
- Introduced Plugin View support.
- Added remove event listener methods.
- Added support for Waiting room, callbacks can be access through
DyteWaitingRoomEventsListener
. - Segregated classes for v1 (
DyteMeetingInfoV1
) and v2 (DyteMeetingInfoV2
) meetings. - Contains fix for Polls.
0.1.1+3 #
fix pod install
error for fetching DyteiOSCore
.
0.1.1+2 #
changed android core version to 1.11.0
0.1.1+1 #
Fix build release bug. Code cleanup.
0.1.1+0 #
- Changed method channels to event channels for all listeners
- Migrated DyteiOSCore to
0.3.2
0.1.0+3 #
- Added support for plugins
- Added suport for polls
- Added pagination
- Added support for recording
0.1.0+2 #
- Exported
DyteAudioDevice
andDyteVideoDevice
.
0.1.0+1 #
- Initial release.