Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gst-examples gst-examples
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-examplesgst-examples
  • Merge requests
  • !43

webrtc/signaling: Correct the condition when calling a busy peer

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed byran77 requested to merge byran77/gst-examples:fix-calling-busy-peer into master Nov 15, 2021
  • Overview 2
  • Commits 1
  • Pipelines 3
  • Changes 1

Hi,

Thanks for such great examples for reference and study!

I thought there exists a little mistake in webrtc signaling server. When a session request is coming, ERROR occurs when the callee is busy. But peer_status is the status of the caller, which is of course None when calling someone, while self.peers[callee_id][2] is that of the callee.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-calling-busy-peer