Photon Voice
v2.58
Component that should be attached to a networked PUN prefab that has PhotonView. It will bind remote Recorder with local Speaker of the same networked prefab. This component makes automatic voice stream routing easy for players' characters/avatars. More...
Inherits VoiceComponent.
Protected Member Functions | |
| override void | Awake () |
Properties | |
| Recorder | RecorderInUse [get] |
| The Recorder component currently used by this PhotonVoiceView More... | |
| Speaker | SpeakerInUse [get] |
| The Speaker component currently used by this PhotonVoiceView More... | |
| bool | IsSpeaking [get] |
| If true, this PhotonVoiceView has a Speaker that is currently playing received audio frames from remote audio source More... | |
| bool | IsRecording [get] |
| If true, this PhotonVoiceView has a Recorder that is currently transmitting audio stream from local audio source More... | |
Properties inherited from VoiceComponent | |
| string | Name [set] |
Additional Inherited Members | |
Public Attributes inherited from VoiceComponent | |
| VoiceLogger | VoiceLogger => impl.VoiceLogger |
Protected Attributes inherited from VoiceComponent | |
| Voice.ILogger | Logger => impl.Logger |
Component that should be attached to a networked PUN prefab that has PhotonView. It will bind remote Recorder with local Speaker of the same networked prefab. This component makes automatic voice stream routing easy for players' characters/avatars.
|
get |
If true, this PhotonVoiceView has a Recorder that is currently transmitting audio stream from local audio source
|
get |
If true, this PhotonVoiceView has a Speaker that is currently playing received audio frames from remote audio source
|
get |
The Recorder component currently used by this PhotonVoiceView
|
get |
The Speaker component currently used by this PhotonVoiceView