Android.Net.Rtp.AudioStream.Join Method
Joins an Android.Net.Rtp.AudioGroup.

Syntax

[Android.Runtime.Register("join", "(Landroid/net/rtp/AudioGroup;)V", "GetJoin_Landroid_net_rtp_AudioGroup_Handler")]
public virtual void Join (AudioGroup group)

See Also

AudioGroup

Parameters

group
The AudioGroup to join or null to leave.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the stream is not properly configured.

Remarks

Joins an Android.Net.Rtp.AudioGroup. Each stream can join only one group at a time. The group can be changed by passing a different one or removed by calling this method with null.

[Android Documentation]

Requirements

Namespace: Android.Net.Rtp
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12