Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай WebRTC Security & Privacy Essentials, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:10:24
    Introduction
  • Урок 2. 00:07:46
    Be cautious when implementing auto-answer
  • Урок 3. 00:06:35
    Be extra cautious when optimizing call setup time
  • Урок 4. 00:04:17
    Don’t log IP addresses
  • Урок 5. 00:06:18
    Security of signaling traffic – user identifiers
  • Урок 6. 00:05:42
    Security of signaling traffic – validation of required fields
  • Урок 7. 00:08:21
    Ephemeral passwords in TURN servers
  • Урок 8. 00:08:15
    Force TURN to hide users’ IP addresses
  • Урок 9. 00:04:17
    TURN servers run inside your firewall
  • Урок 10. 00:07:48
    Deciding IP and port ranges in advance
  • Урок 11. 00:06:56
    Use port 443 for running TURN and Media servers
  • Урок 12. 00:03:05
    Limiting access for known media workloads
  • Урок 13. 00:05:17
    Fuzzing media server traffic
  • Урок 14. 00:03:58
    Gate access to media server APIs
  • Урок 15. 00:06:37
    Web: User authentication in case of guest/anonymous users
  • Урок 16. 00:05:02
    Native: Require the use of up to date applications
  • Урок 17. 00:02:59
    Native: Keep track of libwebrtc releases
  • Урок 18. 00:06:28
    Native: Patch known security vulnerabilities
  • Урок 19. 00:05:17
    Native: Refrain from writing your own proprietary security implementations
  • Урок 20. 00:04:41
    Electron: Keeping up to date with Electron releases
  • Урок 21. 00:02:55
    Electron: Backporting security patches in Electron
  • Урок 22. 00:03:54
    Stricter access rules by default
  • Урок 23. 00:07:56
    Hard to guess room identifiers and URLs
  • Урок 24. 00:04:06
    Don’t use predictable URLs for assets
  • Урок 25. 00:03:21
    User’s room must always have the user present in meetings
  • Урок 26. 00:02:17
    Close camera and microphone access when a session ends
  • Урок 27. 00:02:51
    Don’t open the camera if the user joins a meeting without user action
  • Урок 28. 00:02:57
    Turn camera lights off when muting video
  • Урок 29. 00:02:05
    Implications of speaking when muted detection
  • Урок 30. 00:02:56
    Link sharing and file sharing over chat
  • Урок 31. 00:03:24
    Show a recording indication when someone is recording the meeting
  • Урок 32. 00:06:47
    Is your service considered E2EE
  • Урок 33. 00:03:01
    True E2EE in WebRTC with media servers
  • Урок 34. 00:04:33
    Signaling, double ratchet and MLS
  • Урок 35. 00:03:29
    Security at rest
  • Урок 36. 00:03:40
    Secure recording
  • Урок 37. 00:03:36
    Gateways to external systems
  • Урок 38. 00:02:46
    Summary