When I try to connect using my AppId with Photon Voice from the 'OnJoinedRoom' event in my MatchMaker by instantiating a Prefab containing the Photon View and Voice Recorder I get the following error in my Console:
DllNotFoundException: opus_egpv
POpusCodec.Wrapper.opus_encoder_create (SamplingRate Fs, Channels channels, OpusApplicationType application) (at Assets/Plugins/POpusCodec/OpusWrapper.cs:124)
According to what I can gather the Opus Plugin for MacOSX doesn't seem to be loaded (correctly); even when I adjust the settings for the plugin I can't get this working.
Do any of you know what might be wrong?
DllNotFoundException: opus_egpv
POpusCodec.Wrapper.opus_encoder_create (SamplingRate Fs, Channels channels, OpusApplicationType application) (at Assets/Plugins/POpusCodec/OpusWrapper.cs:124)
According to what I can gather the Opus Plugin for MacOSX doesn't seem to be loaded (correctly); even when I adjust the settings for the plugin I can't get this working.
Do any of you know what might be wrong?