var configuration = { 'iceServers': [{ 'url': 'turn:turn.example.org', 'username': 'user', 'credential': 'password' }]};var pc = new RTCPeerConnection(configuration)var configuration = { 'iceServers': [{ 'url': 'turn:turn.example.org', 'username': 'kid', 'credential': 'oAuthToken', 'credentialType': 'token' }]};