Skip to content

rdyhalt/Lync-Skype4Buisness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Lync-Skype4Buisness

Extension methods for Lync SDK (Client side SDK) and UCMA (Server side SDK)

Lync SDK

Lync SDK extension methods for supporting TPL and async / await.

var transferResponse = await avModality.TransferAsync(uriContactEndpoint, TransferOptions.None);
var state = transferResponse.TargetState;
if (conversation.SelfParticipant.CanBeMuted())
{
  await conversation.SelfParticipant.SetMuteAsync(isMuted);
}

UCMA

UCMA extension methods for supporting TPL and async / await.

await _platform.StartupAsync();
await _appEndpoint.EstablishAsync();

About

Extension methods for Lync SDK and UCMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages