質問編集履歴
1
Viewのスクリプトにインターフェースの記載が抜けていたので修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
**チャンネルを変更している側のスクリプト View**
|
44
44
|
(問題は主にこのスクリプトにあると考えています)
|
45
45
|
```C#
|
46
|
-
public void VoiceChatControlView : MonoBehaviour
|
46
|
+
public void VoiceChatControlView : MonoBehaviour, IVoiceChatControlView
|
47
47
|
{
|
48
48
|
[SerializeField] private FusionVoiceClient _fusionVoiceClient;
|
49
49
|
[SerializeField] private Recorder _recorder;
|