Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aksagarw committed May 24, 2021
1 parent 16deda3 commit 422288a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This SDK is written in [Swift 5](https://developer.apple.com/swift) and requires
* Integrations created in the past will not work with v3 because they are not entitled to the scopes required by v3. You can either raise a support request to enable these scopes for your appId or you could create a new Integration that's meant to be used for v3. This does not affect Guest Issuer JWT token based sign in.
* We do not support external authCode login anymore.
* Starting a screenshare is not yet supported for CUCM calls.
* In cucm calls, Participant.isReceivingAudio does not correctly reflect the current status. This will be fixed in future releases.
* Currently all resource ids that are exposed from the sdk are barebones GUIDs. You cannot directly use these ids to make calls to [webexapis.com](webexapis.com). You'll need to call `Webex.base64Encode(:ResourceType:resource:completionHandler)` to get a base64 encoded resource. However, you're free to interchange between base64 encoded resource ids and barebones GUID while providing them as input to the sdk APIs.

## Install
Expand Down

0 comments on commit 422288a

Please sign in to comment.