Skip to content

Commit

Permalink
Update session.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Mar 24, 2021
1 parent 9e39ed6 commit 38f3316
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ type Session struct {
localURI sip.Address
remoteURI sip.Address
remoteTarget sip.Uri
userData *interface{}
logger log.Logger
}

Expand Down Expand Up @@ -197,10 +196,6 @@ func (s *Session) Direction() Direction {
return s.direction
}

func (s *Session) GetUserData() interface{} {
return s.userData
}

// GetEarlyMedia Get sdp for early media.
func (s *Session) GetEarlyMedia() string {
return s.answer
Expand Down

0 comments on commit 38f3316

Please sign in to comment.