Skip to content

Releases: AgoraIO-Community/VideoUIKit-iOS

Default Style - `.floating`

20 Oct 13:28
662a3d8
Compare
Choose a tag to compare

Changed the default style to floating.

It was supposed to be floating originally, something must have been missed.

RTM State Public

12 Oct 13:45
6dcecb9
Compare
Choose a tag to compare
RTM State Public Pre-release
Pre-release

Able to access the RTM state, including offline state from AgoraVideoViewer

Extension Methods Public

08 Oct 09:35
3c1c765
Compare
Choose a tag to compare
Pre-release

This update makes the extension marketplace helper methods accessible.

Fixes #46

No buttons, no bar

06 Oct 15:36
33e0cb5
Compare
Choose a tag to compare
No buttons, no bar Pre-release
Pre-release
  • Button bar hides when there's no buttons
  • RTM creation to utility thread
  • rtmEnabled option added to AgoraSettings

Hide Button Bar

05 Oct 13:34
e763cad
Compare
Choose a tag to compare

Button bar will not show at all if there are no buttons to show (video control buttons)

RTM to utility thread

04 Oct 10:55
14a05d7
Compare
Choose a tag to compare

RTM initialisation was blocking the video calling thread, this patch moves the initialisation so that video is not interrupted

Optional RTM

01 Oct 15:49
72a5312
Compare
Choose a tag to compare

Use AgoraSettings property rtmEnabled to disable RTM in the UIKit project

Delegate Calls

30 Sep 08:59
877ad32
Compare
Choose a tag to compare
Delegate Calls Pre-release
Pre-release
  • Add Delegate method calls from 1.6.4
  • Add setting to hide your local camera feed

Public RTM Methods

30 Sep 10:01
89db651
Compare
Choose a tag to compare
  • Make the RTM methods public

Better Delegate Method Access

29 Sep 15:24
829e3c0
Compare
Choose a tag to compare
  • Additional way to access all delegate methods
  • Add setting to hide your local camera feed
  • Fixed compile time if statements' else's to check macos, rather than just 'else'