Files
webrtc/rtcoauthcredential.go
2018-08-28 01:03:09 -07:00

8 lines
175 B
Go

package webrtc
// RTCOAuthCredential represents OAuth credentials used to connect to an ICE server
type RTCOAuthCredential struct {
MacKey string
AccessToken string
}