Krish
Krish
Hi Team, How can fix this autolayout problem while rotate in landscape mode..
Hi Friends , Just Hide Stun server. Open in turn server it will work. this is IOS. [nativeHandler addTURNServerWithAddress:@"mmt-turn.verkstad.net" port:3478 username:@"" password:@"" isTCP:YES];
Hi DmitrySkripunov , 1. Make change in config.java file STUN server as "mmt-turn.verkstad.net" . PLease check your internet connection speed also. Because ICE server estabilshment may failed due to the...
Hi DmitrySkripunov , 1. Make change in config.java file STUN server as "mmt-turn.verkstad.net" . PLease check your internet connection speed also. Because ICE server estabilshment may failed due to the...
Hi , check yourself , below i mention code in config.java import com.ericsson.research.owr.HelperServerType; import com.ericsson.research.owr.sdk.RtcConfig; import java.util.ArrayList; import java.util.Collection; public class Config { /* Changing this does not take effect...
Hi, Please hide above you written code. Just follow below code. *private RtcConfig mRtcConfig; * *mRtcConfig = RtcConfigs.defaultConfig(Config.STUN_SERVER);* *Config.STUN_SERVER = "mmt-turn.verkstad.net ";* On Thu, Mar 2, 2017 at 5:36 PM,...
Can u send that particular module SDK. I will check and update u. Is it k for u send me module SDK. No need full source code. On 02-Mar-2017 6:20...
Hi , Kindly change this one then update me. Sorry i have a work. So i cant check. but may after change this below code it will work. Collection iceServers...
Hi, Am using this server confiuratio [nativeHandler addSTUNServerWithAddress:@"mmt-stun.verkstad.net" port:3478]; [nativeHandler addTURNServerWithAddress:@"mmt-turn.verkstad.net" port:443 username:@"webrtc" password:@"secret" isTCP:NO];
I am also face same problem..