-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media platform failed to initialize #784
Comments
Install package Microsoft.Skype.Bots.Media. Even though it is within Microsoft.Graph.Communications.Calls.Media package, it seems the whole skype bot dependent dlls are not there. |
Congrats to finding your own solution! I guess you could also close the issue then :) |
Hi guys, i try to run echobot locally, but have this issue, do u have any idea for this Echo Bot Service is starting... |
@tranguyendinh Your issue is unrelated. The error message you shared is pretty clear about the cause of the issue:
If you need more help, I'd suggest opening a separate issue to keep things searchable |
I'm working on application-hosted media bot and getting the following exception while testing locally on Windows 11:
Unable to load DLL 'NativeMedia' or one of its dependencies.
This exception occurs from the line:
builder.SetMediaPlatformSettings(mediaPlatformSettings);
var mediaPlatformSettings = new MediaPlatformSettings()
{
MediaPlatformInstanceSettings = new MediaPlatformInstanceSettings()
{
CertificateThumbprint = sthumbprint,
InstanceInternalPort = internalPort,
InstancePublicIPAddress = IPAddress.Any,
InstancePublicPort = publicPort,
ServiceFqdn = config.ServiceFqdn
},
ApplicationId = config.APP_ID,
};
project_file.txt
The text was updated successfully, but these errors were encountered: