You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Skype/Trusted-Application-API/SDK/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@ Thank you for your interest in Skype for Business developer documentation!
4
4
5
5
## Release Notes
6
6
7
-
### 1.0.0-prerelease8 (in progress; not yet released)
7
+
### 1.0.0-prerelease8
8
8
9
9
Key changes:
10
-
1. IAudioVideoCall.TransferAsync() has been deprecated and segregated into two methods with same name to clarify their use cases
10
+
1. IAudioVideoCall.TransferAsync() has been deprecated and segregated into two methods; one for transferring to a user, second for replacing an existing call
11
+
2. Fixed a NullReferenceException in IAudioVideoInvitation.AcceptAndBridgeAsync() for bridging to a meeting
11
12
12
13
### 1.0.0-prerelease7
13
14
@@ -23,7 +24,7 @@ Dependency changes:
23
24
### 1.0.0-prerelease6
24
25
25
26
Key changes:
26
-
1. IAudioVideoInvitation.AcceptAndBridgeAsync() has been deprecated and segregated into two methods with same name to clarify their use cases
27
+
1. IAudioVideoInvitation.AcceptAndBridgeAsync() has been deprecated and segregated into two methods; one for bridging to a meeting, second for bridging to a user
27
28
28
29
2.**!!ATTENTION!!** Newer variations of following methods now take **CallbackContext** as input in place of callback uri:
0 commit comments