Class CallExtension
The call extension.
Inheritance
System.Object
CallExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Bot.Builder.Enterprise.Media
Assembly: Microsoft.Bot.Builder.Enterprise.Media.dll
Syntax
public static class CallExtension
Methods
View SourceGetMediaSession(ICall)
The get media session.
Declaration
public static ILocalMediaSession GetMediaSession(this ICall call)
Parameters
Type | Name | Description |
---|---|---|
ICall | call | The call. |
Returns
Type | Description |
---|---|
ILocalMediaSession | The ILocalMediaSession. |