ConfigScreen.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "data": [{
  3. "meetingId": "123456789",
  4. "screenId": 1,
  5. "screenNo": 1,
  6. "screenType": 1,
  7. "screenTitle": "1",
  8. "contextType": 1,
  9. "contextPath": "http://192.168.1.187:88/files/image/tiger.jpg",
  10. "contextLevel": 3
  11. },
  12. {
  13. "meetingId": "123456789",
  14. "screenId": 2,
  15. "screenNo": 2,
  16. "screenType": 1,
  17. "screenTitle": "2",
  18. "contextType": 2,
  19. "contextPath": "http://192.168.1.187:88/files/video/forTest.mp4",
  20. "contextLevel": 3
  21. },
  22. {
  23. "meetingId": "123456789",
  24. "screenId": 2,
  25. "screenNo": 2,
  26. "screenType": 2,
  27. "screenTitle": "3",
  28. "contextType": 2,
  29. "contextPath": "http://192.168.1.187:88/files/video/forTest.mp4",
  30. "contextLevel": 3
  31. },
  32. {
  33. "meetingId": "123456789",
  34. "screenId": 2,
  35. "screenNo": 2,
  36. "screenType": 2,
  37. "screenTitle": "4",
  38. "contextType": 1,
  39. "contextPath": "http://192.168.1.187:88/files/image/tiger.jpg",
  40. "contextLevel": 3
  41. }
  42. ],
  43. "msgType": "MEETING_SCREEN_RESP",
  44. "uid": "cc187cd3-f36d-4b8a-9500-1f826e709b5d",
  45. "code": 0
  46. }