Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rte.scene.AgoraRteExtensionProperty Class Reference

Public Member Functions

 AgoraRteExtensionProperty (String remoteStreamId, String providerName, String extensionName, String key, String jsonValue)
 
String getExtensionName ()
 
String getJsonValue ()
 
String getKey ()
 
String getProviderName ()
 
String getRemoteStreamId ()
 

Public Attributes

String remoteStreamId
 
String providerName
 
String extensionName
 
String key
 
String jsonValue
 

Member Data Documentation

◆ remoteStreamId

String io.agora.rte.scene.AgoraRteExtensionProperty.remoteStreamId

ID of the remote stream.

◆ providerName

String io.agora.rte.scene.AgoraRteExtensionProperty.providerName

name for provider, e.g. agora.io.

◆ extensionName

String io.agora.rte.scene.AgoraRteExtensionProperty.extensionName

name for extension, e.g. agora.beauty.

◆ key

String io.agora.rte.scene.AgoraRteExtensionProperty.key

key for the property. if want to enabled filter, use a special key kExtensionPropertyEnabledKey.

◆ jsonValue

String io.agora.rte.scene.AgoraRteExtensionProperty.jsonValue

property value.