(context)
| 18 | } |
| 19 | |
| 20 | write(context) { |
| 21 | if (this.rtc){ |
| 22 | context.jsonDoc.json.extensions = context.jsonDoc.json.extensions || {}; |
| 23 | context.jsonDoc.json.extensions.CESIUM_RTC = this.rtc; |
| 24 | } |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | async function main() { |
no outgoing calls