Skip to content

Commit

Permalink
pc sdk: upd oem.config
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneP-Zello committed Nov 3, 2016
1 parent 69ffc33 commit a705a6e
Show file tree
Hide file tree
Showing 21 changed files with 65 additions and 65 deletions.
10 changes: 5 additions & 5 deletions Samples/Sample3/Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ private void MainForm_Load(object sender, EventArgs e)
axMesh.PlayerAudioMessageStop += new AxPttLib.IPttEvents_PlayerAudioMessageStopEventHandler(axMesh_PlayerAudioMessageStop);
axMesh.PlayerAudioMessageProgress += new AxPttLib.IPttEvents_PlayerAudioMessageProgressEventHandler(axMesh_PlayerAudioMessageProgress);
// Configure Loudtalks Mesh network parameters
axMesh.Network.NetworkName = "default";//"zukabra";
axMesh.Network.LoginServer = "default.loudtalks.net";
axMesh.Network.NetworkName = "default";
axMesh.Network.LoginServer = "default.loudtalks.net";
axMesh.Network.WebServer = "http://default.zellowork.com";
//PttLib.INetwork2 ntw2 = axMesh.Network as PttLib.INetwork2;
//if (ntw2 != null)
// ntw2.EnableTls("tls.zellowork.com");
PttLib.INetwork2 ntw2 = axMesh.Network as PttLib.INetwork2;
if (ntw2 != null)
ntw2.EnableTls("tls.zellowork.com");
// Customize using embedded oem.config
System.Array OemConfig = Resource.oem_config;
axMesh.Customization.set_OemConfigData(ref OemConfig);
Expand Down
30 changes: 15 additions & 15 deletions Samples/Sample3/Resources/oem.config

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions Samples/Sample6/Resources/oem.config

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions Samples/SoundSample/Resources/oem.config

Large diffs are not rendered by default.

Binary file removed Samples/bin/Debug/Sample1.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample1.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample3/AxInterop.PttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/Sample3/Interop.PttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/Sample3/Sample3.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample4.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample5.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample6/AxPttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/Sample6/AxPttLib.pdb
Binary file not shown.
Binary file modified Samples/bin/Release/Sample6/PttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/Sample6/Sample6.exe
Binary file not shown.
Binary file modified Samples/bin/Release/Sample6/ptt.dll
Binary file not shown.
Binary file modified Samples/bin/Release/SoundSample/AxInterop.PttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/SoundSample/Interop.PttLib.dll
Binary file not shown.
Binary file modified Samples/bin/Release/SoundSample/SoundSample.exe
Binary file not shown.
Binary file modified ZelloWorkClientSDKSetup.exe
Binary file not shown.
30 changes: 15 additions & 15 deletions oem.config

Large diffs are not rendered by default.

0 comments on commit a705a6e

Please sign in to comment.