mirror of
https://github.com/pion/webrtc.git
synced 2025-10-04 14:53:05 +08:00
8 lines
175 B
Go
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
|
|
}
|