Show / Hide Table of Contents

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 Source

GetMediaSession(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.

  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX